home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / ad / mod04 / nbob / 00055.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  152 b   |  9 lines

  1. on mouseUp
  2.   global gBackPack
  3.   if getOne(gBackPack, #coins) = 0 then
  4.     add(gBackPack, #coins)
  5.     add(gBackPack, #coins)
  6.     continue()
  7.   end if
  8. end
  9.